@charset "utf-8";

.head-page .item:nth-child(1) span {
    color: #fc0008;
}
.head-page .item:nth-child(1) span::after{
    transform: scale(1);
}

.index-title{
    margin: 80px 0 60px;
}
.index-dit{
    font-weight: bold;
    color: #F7F7F7;
    line-height: 1;
    text-align: center;
}
.index-tit{
    color: #333333;
    line-height: 1;
    text-align: center;
    margin-top: -42px;
}
.index-banner .box{
    max-width: 562px;
}
.index-banner .tit {
    color: #FFFFFF;
}
.index-banner .con{
    color: #FFFFFF;
    margin: 20px 0 40px;
}
.index-page01 {
}

.huanjing{
		width: 1200px;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
	}
	.swiper-container {
		width: 100%;
		height: 100%;
	}
	
	.swiper-slide {
		text-align: center;
		font-size: 18px;
		background: #fff;
	
		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	
	
	.huanjing_img img{
		width: 100%;
		height:195px;
		border: 1px solid #ddd;
		box-sizing: border-box;
		padding: 2px;
	}
	.huanjing_img span{
		display: block;
		text-align: center;
		height: 45px;
		line-height: 45px;
		font-size: 16px;
	}
	.prev_next{
		position: absolute;
		width: 1200px;
		height: auto;
		margin: 0px auto;
	}
	.prev_next .swiper-button-next{
		margin-right: -50px;
		margin-top: -150px;
	}
	.prev_next .swiper-button-prev{
		margin-left: -50px;
		margin-top: -150px;
	}
@media screen and (max-width:767px){	
	.huanjing{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
	}
	
	.swiper-container {
		width: 100%;
		height: 200px;
		margin-top:80px;
		
	}
	
	.swiper-slide {
		text-align: center;
		font-size: 18px;
		background: #fff;
	
		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	
	
	.huanjing_img img{
		width: 100%;
		border: 1px solid #ddd;
		box-sizing: border-box;
		padding: 2px;
	}
	.huanjing_img span{
		display: block;
		text-align: center;
		height: 45px;
		line-height: 45px;
		font-size: 16px;
	}
	.prev_next{
		position: absolute;
		width: 100%;
		height: auto;
		margin: 0px auto;
	}
	.prev_next .swiper-button-next{
		margin-right: -50px;
		margin-top: -150px;
	}
	.prev_next .swiper-button-prev{
		margin-left: -50px;
		margin-top: -150px;
	}
}

.index-page02{
    position: relative;
    padding-bottom: 60px;
}
.index-page02::after{
    content: "";
    display: block;
    height: 280px;
    background: #F7F8FB;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.index-page02 .list{
    width: 24%;
    margin-right: 0.8%;
}
.index-page02 .list:nth-child(4n){
    margin-right: 0;
}
.index-page02 .img{
    height: 240px;
    position: relative;
    overflow: hidden;
}
.index-page02 .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    max-width: 10000px;
    transition: all .3s;
}
.index-page02 .texts{
    height: 84px;
    background: #FFFFFF;
    position: relative;
    padding-top: 20px;
    transition: all .3s;
}
.index-page02 .icon-line{
    position: absolute;
    width: 100%;
    top: -25px;
    z-index: 3;
    display: flex;
    justify-content: center;
}
.index-page02 .line{
    height: 2px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    transform: scaleX(.19);
    width: 100%;
    transition: all .3s;z-index: 2;
}
.index-page02 .icon-num{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    opacity: 0;
    transition: all .3s;
    z-index: 3;
}
.index-page02 .nums{
    width: 50px;
    height: 50px;
    background: #DAE4ED;
    border-radius: 50%;
    color: #515151;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/index-num01.png) no-repeat center/cover;
    margin: 0 auto;
}
.index-page02 .tit{
    color: #515151;
    text-align: center;
    margin-top: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 0 10px;
}
.index-page02 .btn-watch{
    margin: 73px auto 0;
}
.index-page03 .lists {
    align-items: flex-start;
    background: #F7F7F7;
}
.index-page03 .img{
   position: relative;
   overflow: hidden;
   width: 50.2%;
   height:594px;
}
.index-page03 .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    max-width: 10000px;
    transition: all .3s;
}
.index-page03 .texts{
    width: 49.8%;
    padding: 140px 13.5% 0 45px;
    box-sizing: border-box;
}
.index-page03 .title{
    position: relative;
}
.index-page03 .tit{
    font-weight: bold;
    color: #333333;
    background: linear-gradient(-90deg, #fc0008 0%, #FB1B22 0%, #FB1B22 50.4150390625%, #ff0000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    bottom: 0%;
    left: 0;
}
.index-page03 .etit{
    color: #B5D6FB;
    opacity: 0.25;
}
.index-page03 .con{
    color: #333333;
    line-height: 1.875;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    margin: 23px 0 57px;
}
.index-page03 .con p{
    font-size: 16px;
}
.index-page04{
    padding-bottom: 70px;
}
.index-page04 .header {
    align-items: flex-end;
}
.index-page04 .header::before{
    content: "";
    display: block;
    width: 3px;
    height: 20px;
    background: #025CC0;
    margin-right: 10px;
}
.news-tit{
    font-weight: bold;
    color: #333333;
}
.news-ftit{
    color: #666666;
    margin-left: 10px;
}
.index-page04 .navs{
    margin-left: auto;
}
.index-page04 .navs .item{
    display: block;
    width: 130px;
    height: 44px;
    border: 1px solid #1079C4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #333333;
    margin-left: 10px;
    transition: all .3s;
}
.index-page04 .navs .item.active{
    background: #1079C4;
    border: 1px solid #1079C4;
    color: #FFFFFF;
}
.index-page04 .lists{
    border-bottom: 1px solid #D2D2D2;
    margin-top: 50px;
    display: none;
}
.index-page04 .lists.active{
    display: flex;
}
.index-page04 .list{
    width: 29.21%;
    margin-right: 6.185%;
    position: relative;
}
.index-page04 .list:nth-child(3n){
    margin-right: 0;
}
.index-page04 .list::after{
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #fc0008;
    transition: all .3s;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.index-page04 .texts {
    align-items: flex-start;
}
.index-page04 .time{
    width: 86px;
    height: 88px;
    border: 1px solid #B5B5B5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;transition: all .3s;
}
.index-page04 .vday {
    color: #333333;
    line-height: 1;
}
.index-page04 .vyear{
    font-size: 14px;
    color: #555555;
    margin-top: 9px;
}
.index-page04 .text{
    width: calc(100% - 86px);
    padding-left: 14px;box-sizing: border-box;
}
.index-page04 .img{
    height: 230px;
    position: relative;
    overflow: hidden;
    margin: 20px 0 80px;
}
.index-page04 .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    max-width: 10000px;
    transition: all .3s;
}
.index-page04 .tit {
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 8px;
}
.index-page04 .con{
    font-size: 12px;
    color: #666666;
    line-height: 2;
    height: 48px;
    margin-top: 5px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media only screen and (min-width: 960px) {
    .index-page01-nav .swiper-slide:hover .item:after{
        transform: scale(1);
    }
    .index-page01-nav .swiper-slide:hover .item .nav-tit{
         color:#2F639D;
    }
    .index-page01 .btn-watch:hover{
        color: #1079C4;
    }
    .index-page01-lists .item-r:hover img{
        height: 110%;
    }
    .index-page02 .list:hover img{
        height: 110%;
    }
    .index-page02 .list:hover .texts{
        background: #D7E9F9;
    }
    .index-page02 .list:hover .icon-num{
        opacity: 1;
    }
    .index-page02 .list:hover .line{
        transform: scaleX(1);
    }
    .index-page02 .list:hover .nums{
        opacity: 0;
    }
    .index-page02 .list:hover .tit{
         margin-top: -20px;
    }
    .index-page03 .img:hover img{
        height: 110%;
    }
    .index-page04 .navs .item:hover{
        background: #1079C4;
        border: 1px solid #1079C4;
        color: #FFFFFF;
    }
    .index-page04 .list:hover .time{
        background: #fc0008;
        border: 1px solid #fc0008;
    }
    .index-page04 .list:hover .vday,.index-page04 .list:hover .vyear{
        color: #FFFFFF;
    }
    .index-page04 .list:hover .tit{
        color: #fc0008;
    }
    .index-page04 .list:hover::after{
        width: 100%;
    }
    .index-page04 .list:hover img{
        height: 110%;
    }
}
@media only screen and (max-width: 1400px) {
    .index-page01 .index-title {
        padding-left: 4%;
    }
    .index-page03 .texts {
        padding: 140px 4% 0 45px;

    }
}
@media only screen and (max-width: 1200px) {
    .index-title {
        margin: 65px 0 50px;
    }
    .index-page01-lists .btns{
        margin-top: 65px;
    }
    .index-page01-nav .swiper-slide {
        padding: 0 50px;
    }
    .index-page01-lists .item-l {
        height: 465px;
        padding: 90px 7%;
    }
    .index-page01-lists .item-r{
        height: 465px;
    }
    .index-page01-nav {
        height: 210px;
        box-shadow: 0px 8px 11px 1px rgb(190 190 190 / 30%);
        padding: 50px 54px 0;
        margin-top: -105px;
    }
    .index-page01-nav .item .icon img{
        max-height: 75px;
    }
    .index-page02 .btn-watch {
        margin: 50px auto 0;
    }
    .index-page02 .img {
        height: 260px;
    }
    .index-page03 .img {
        height: 580px;
    }
    .index-page03 .texts {
        padding: 80px 4% 0 45px;
    }
}
@media only screen and (max-width: 1043px) {
    .index-page01 .swiper-button-next, .index-page01 .swiper-button-prev{
        display: none;
    }
    .index-page01-lists .swiper-pagination {
        display: block;
    }
    .index-page01-lists .item-l {
        padding: 90px 6%;
    }
}
@media only screen and (max-width: 1024px) {
    .index-banner .con {
        color: #FFFFFF;
        margin: 25px 0 50px;
    }
    .index-page01 {
        padding-top: 0;
    }
    .index-page01-lists .item-r {
        height: 350px;
    }
    .index-page01-lists .item-l {
        padding: 30px 35px 0 4%;
        height: 350px;
    }

    .index-page01-nav .swiper-slide {
        padding: 0 20px;
    }
    .index-page01-lists .btns {
        margin-top: 40px;
    }
    .index-page01-nav .item .icon img {
        max-height: 60px;
    }
    .index-page01-nav {
        height: 170px;
        padding: 40px 54px 0;
        margin-top: -85px;
    }
    .index-page03 .img {
        height: 490px;
    }
    .index-page03 .texts {
        padding: 65px 4% 0 45px;
    }
    .index-page03 .con {
        -webkit-line-clamp: 6;
        margin: 23px 0 30px;
    }
}


@media only screen and (max-width: 768px) {
    .index-page02::after{
        display: none;
    }
    .index-tit{
        margin-top: -30px;
    }
    .index-title {
        margin: 25px 0 20px;
    }
    .index-banner .box{
        width: 100%;
    }
    .index-banner .con{
        display: none;
    }
    .advice .width1400{
        padding-left: 0;
    }
    .index-banner .enter-more{
        display: none;
    }

    .index-page01-lists {
        margin-top: 0;
    }
    .index-page01-lists .item-l {
        padding: 20px 15px;
        height: auto;
        width: 100%;
    }
    .index-page01-lists .item-r {
        height: auto;
        width: 100%;
    }
    .index-page01-lists .item-r img {
        position: initial;
        transform: translate(0);
        height: auto;
        width: 100%;
    }
    .index-page01-nav{
        display: none;
    }
    .index-page01 .swiper-button-next, .index-page01 .swiper-button-prev{
        display: none;
    }
    .index-page01-lists .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #ffffff;
        opacity: 1;
    }
    .index-page01-lists .swiper-pagination-bullet-active{
        background: #1972B1;
    }
    .index-page02 .list {
        width: 48%;
        margin-right: 4%;
    }
    .index-page02 .list:nth-child(2n){
        margin-right: 0;
    }
    .index-page02 .img {
        height: 200px;
    }
    .index-page02 .btn-watch {
        margin: 25px auto 0;
    }
    .index-page02 {
        padding-bottom: 5px;
    }
    .index-page02 .nums{
        display: none;
    }
    .index-page02 .texts{
        height: auto;
        padding: 15px 0 25px;
    }
    .index-page02 .icon-line{
        display: none;
    }
    .index-page02 .tit{
        margin-top: 0;
    }
    .index-page03 .img {
        height: auto;
        width: 100%;
    }
    .index-page03 .img img{
        position: initial;
        transform: translate(0);
        height: auto;
        width: 100%;
    }
    .index-page03 .texts {
        padding: 25px 15px 30px;
        width: 100%;
    }
    .index-page03 .etit{
        display: none;
    }
    .index-page03 .tit{
        position: initial;
    }
    .index-page03 .con {
        -webkit-line-clamp: 3;
        margin: 10px 0 25px;
		height: 88px;
    }
    .index-page04 .navs .item {
        width: auto;
        height: auto;
        padding: 3px 7px;
    }
    .index-page04 .lists{
        margin-top: 15px;
    }
    .index-page04 .list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .index-page04 .img{
        margin: 20px 0 0;
    }
    .index-page04 .con {
        height: 24px;
        
    -webkit-line-clamp: 1;
    }
    .index-page04 {
        padding-bottom: 30px;
    }
    .index-page04 .time{
        display: none;
    }
    .index-page04 .text {
        width: 100%;
        padding-left: 0;
    }
}